Skip to content

replace Checkstyle with com.coveo:fmt-maven-plugin for code formatting checks#135

Merged
mattnworb merged 7 commits into
masterfrom
mattbrown/rm-checkstyle
Feb 25, 2021
Merged

replace Checkstyle with com.coveo:fmt-maven-plugin for code formatting checks#135
mattnworb merged 7 commits into
masterfrom
mattbrown/rm-checkstyle

Conversation

@mattnworb

Copy link
Copy Markdown
Member

Inspired by #125 (comment)

a lot of projects inside Spotify use the fmt-maven-plugin nowadays, since it is easy to resolve any style/formatting issues by having the Maven build automatically reformat code for you.

Also added foss-root as a parent to simplify some things.

which makes the 'release' profile redundant, and the
copyright-header.txt file

address a conflict found by maven-enforcer-plugin's
requireUpperBoundDeps rule regarding
org.codehaus.plexus:plexus-component-annotations
@mattnworb mattnworb force-pushed the mattbrown/rm-checkstyle branch from 3876438 to 8836314 Compare February 23, 2021 18:26
@codecov

codecov Bot commented Feb 23, 2021

Copy link
Copy Markdown

Codecov Report

Merging #135 (8836314) into master (0c6a095) will increase coverage by 0.31%.
The diff coverage is 90.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #135      +/-   ##
============================================
+ Coverage     84.79%   85.10%   +0.31%     
+ Complexity      228      227       -1     
============================================
  Files            23       23              
  Lines           822      846      +24     
  Branches        100      100              
============================================
+ Hits            697      720      +23     
- Misses           89       90       +1     
  Partials         36       36              
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/spotify/missinglink/Conflict.java 100.00% <ø> (ø) 0.00 <0.00> (ø)
.../com/spotify/missinglink/MissingLinkException.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...m/spotify/missinglink/datamodel/AccessedField.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ify/missinglink/datamodel/ArrayTypeDescriptor.java 81.25% <ø> (ø) 8.00 <0.00> (ø)
...om/spotify/missinglink/datamodel/ArtifactName.java 41.66% <ø> (ø) 3.00 <0.00> (ø)
...om/spotify/missinglink/datamodel/CalledMethod.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...ify/missinglink/datamodel/ClassTypeDescriptor.java 93.75% <ø> (ø) 9.00 <0.00> (ø)
...spotify/missinglink/datamodel/FieldDependency.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...potify/missinglink/datamodel/MethodDependency.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...spotify/missinglink/datamodel/TypeDescriptors.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c6a095...8836314. Read the comment docs.

@mattnworb mattnworb requested a review from spkrka February 23, 2021 18:35
@mattnworb mattnworb merged commit d632aa6 into master Feb 25, 2021
@mattnworb mattnworb deleted the mattbrown/rm-checkstyle branch February 25, 2021 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants